home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / DIConfig / privcom.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-09-27  |  394 b   |  14 lines

  1. #ifndef __PRIVCOM_H__
  2. #define __PRIVCOM_H__
  3.  
  4.  
  5. HRESULT
  6. PrivCreateInstance(REFCLSID ptszClsid, LPUNKNOWN punkOuter, DWORD dwClsContext, 
  7.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  8.  
  9. HRESULT
  10. PrivGetClassObject(REFCLSID ptszClsid, DWORD dwClsContext, LPVOID pReserved,
  11.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  12.  
  13.  
  14. #endif //__PRIVCOM_H__